July 2010
-
PHP function to anonymize HTTP GET requests using the Tor network
<![CDATA[ Recovered from my old blog. function torHttpGet($url, $ref) { $torIPPort=”127.0.0.1:8118″; //tor’s ip and port $agentBrowser = array(‘Firefox’,’Safari’,’Opera’,’Flock’,’Internet Explorer’,’Ephifany’,’AOL Explorer’,’Seamonkey’,’Konqueror’,’GoogleBot’); $agentOS = array(‘Windows 2000′,’Windows NT’,’Windows XP’,’Windows Vista’,’Redhat Linux’,’Ubuntu’,’Fedora’,’FreeBSD’,’OpenBSD’,’OS 10.5′); $useragent=$agentBrowser[rand(0,7)].’/’.rand(1,8).’.’.rand(0,9).’…
-
Watermarking videos with ffmpeg in Ubuntu 9.1
<

