Peki bunu yapabilirsiniz:
<img src="data:image/gif;base64,<?php echo base64_encode(file_get_contents("http://www.qweas.com/downloads/graphic/animation-tools/scr-coffeecup-gif-animator.gif")); ?>" />
Bu görüntü almak ve satır içi veri olarak, bir URL olarak kullanılabilir olmayacak ama (orijinal URL-s gösteren devre dışı bırakmak istiyorsanız) sitenizde olacak gösterecektir.
Other thing you could do is to force every image lookup to a php script with mod_rewrite.
In that script you could have an array of images (or query the database) for original image url and display it with php. This is a bit complicated and will require you to enter original image URL for every image you have on a site.