$this->output |
hi all
I did this function to prevent direct linking to images on my site. if user links https://mydomain/avatar/36/WU8VgWCXx4 and isnt logged in he is taken to the login page. the MYcontroller handles the logged in user part. my question doing this the image will always be downloaded nothing in the cache as when I link normally https://mydomain/images/avatar-36-WU8VgWCXx4.jpg is there a way to achieve this ? Code: function app_avatar( $imgsize,$imguserid ) Thanks
A quick search found this article:
Tips and Techniques to Protect Images on the Internet What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |