Last active
December 16, 2015 08:49
-
-
Save glamrock/5408605 to your computer and use it in GitHub Desktop.
based on old code & notes, still needs testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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