Archive for October, 2006

Filter me. I don’t mind, or do I?

Thursday, October 26th, 2006

Have you seen these movies in which a super hero has to face all sorts of misery and save the world? Being an Iranian geek is just like that. Minus the happy ends, yet of course.

From inside Iran:

And from outside, *everyone* filters you out:
(more…)

Hot Link Prevention, embedded objects included

Wednesday, October 11th, 2006

Short HOWTO:

Put contents of this zip file in the directory you want to be protected. Read the files and change what seems necessary. On your web pages, where you are going to have media content in, change the source path and add this in the head section:

   <script src="/path/to/hotlinkp.js" type='text/javascript'>
   </script>
 

Anywhere you want an embed object added, just add this:

   <script>
       make_link("458","Anathema: A Simple Mistake<BR>");
   </script>
 

It can be modified easily to do whatever you need. Leave me a comment if you need help on it.
NOTE: I intended to add more features, but didn’t find neither the time nor a reason to do so, and then release it. If someone needs something of it, I’ll be glad to add features.
To read the full step by step creation of these, (more…)

Recent Posts