Hi there,
Here is my problem:
I have a data base of 20.000 images, managed by Mysql.
I use a system of paiment by telephone (allopass.com ).
When the Internet user in chosen its logo of image, it happens on the page " tollaccess.php ", it brings in a code, and if the code is valid, the display.php page shows the image cut real.
During the ttransaction, ID of the image is kept(preserved).
The problem, is that the source of the image is visible, if we show the code source of the page.
What I would like to do is to make impossible, the download of the other images, directly by means of the url address, if he had no validation of the code Allopass.com. for example:
www.website.com/image/image_13.jpg
This system uses cookies.
If we call the display.php page? Image_13.jpg, the system works very well, we are reloaded on an error page .
But how make of automatic manner, to prevent the execution of:
www.website.com/image/image_13.jpg?
Thank you in advance,
MARC-ANDRÉ😕