Skip to content

Instantly share code, notes, and snippets.

@glamrock
Last active December 16, 2015 08:49
Show Gist options
  • Save glamrock/5408605 to your computer and use it in GitHub Desktop.
Save glamrock/5408605 to your computer and use it in GitHub Desktop.
based on old code & notes, still needs testing
It will show up as a broken image since the image effectively doesn't exist.
.htaccess
Redirect /embed.jpg http://somesite.com/embed.php
embed.php (possible - or some sort of redirection)
<?php header('Location: http://somesite.com/embed.html'); ?>
user's site
[site could say something like "This site fights censorship!"] <img src="http://yoursite.com/image.jpg" height="1px" width="1px"></img>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment