zenx

zenx

Joined:
Oct 25, 2010

Activity Stream

zenx posted a Snippet  -  Feb 07, 2013
zenx commented on a Snippet, pagiLinks() Pagination Function  -  Jan 13, 2013
Thanks, using this in one project
 Respond  
zenx liked a Snippet, pagiLinks() Pagination Function  -  Jan 13, 2013
zenx posted a PHP Script  -  Jan 09, 2013
zenx is now following Hawkee  -  Jan 09, 2013
zenx is now following hxck  -  Dec 23, 2012
zenx liked a Snippet, Ubuntu Server Virtual Guest Creation  -  Aug 03, 2012
zenx posted a Snippet  -  Jul 13, 2012
zenx posted a Snippet  -  Jul 13, 2012
zenx is now following SiNDAKiT  -  Jun 23, 2012
zenx is now following AzzA  -  Jun 23, 2012
zenx commented on a Snippet, simple google script  -  Jun 23, 2012
stdClass Object
(
[GsearchResultClass] => GwebSearch
[unescapedUrl] => http://en.wikipedia.org/wiki/Dog
[url] => http://en.wikipedia.org/wiki/Dog
[visibleUrl] => en.wikipedia.org
[cacheUrl] => http://www.google.com/search?q=cache:dIBIpaJI7JgJ:en.wikipedia.org
[title] => <b>Dog</b> - Wikipedia, the free encyclopedia
[titleNoFormatting] => Dog - Wikipedia, the free encyclopedia
[content] => The domestic <b>dog</b> (Canis lupus familiaris), is a subspecies of the gray wolf (Canis lupus), a member of the Canidae family of the mammilian order Carnivora.
)
 Respond  
zenx posted a Snippet  -  Jun 23, 2012
zenx commented on a Snippet, BluRay release dates  -  Jul 28, 2011
yeah but i didnt find one
 Respond  
zenx posted a Snippet  -  Jul 27, 2011
zenx posted a Snippet  -  Jul 27, 2011
zenx commented on a Snippet, IMDB Search  -  Jul 23, 2011
Here's a snippet to download the poster from imdb (large)

#!/bin/bash

search="`echo $@ |sed 's/ /+/g'`" ; ttlink="`curl -s "http://www.imdb.com/find?s=all&q=$search" |grep -oiEm1 "\/title\/tt[0-9]+\/" |grep -m1 tt`" ; imagelink="http://www.imdb.com`curl -s "http://www.imdb.com$ttlink" |grep -oE -m1 \/media\/[a-zA-Z0-9]+\/tt[0-9]+`" ; image=`curl -s "$imagelink" |grep -E "<img id=\"primary-img\"" |grep -oE "http\:\/\/[a-zA-Z]+\.media-imdb\.com\/images\/[a-zA-Z0-9]+\/[_.a-zA-Z0-9@,]+\.jpg"` ; md5=`echo "$ttlink" |cut -d '/' -f3 |md5sum |cut -d ' ' -f1` ; if [ -f "cache/$md5.jpg" ]; then echo "$md5.jpg - löytyy" ; else wget -qO "cache/$md5.jpg" "$image" ; echo "$md5.jpg - tallennettu" ;fi
 Respond  
zenx posted a Snippet  -  Jul 23, 2011
zenx posted a Snippet  -  Jul 23, 2011
zenx commented on a Snippet, IMDB Search  -  Jun 06, 2011
@xbox_gamer1: This isnt mirc and i'm sure everyone knows how to execute this script.
@hawkee: grep -m1 -oE "<span class=\"rating-rating\">(.*)<span>\/10<\/span><\/span>"
 Respond  
zenx posted a Snippet  -  Jun 05, 2011
zenx posted a Snippet  -  Jun 05, 2011
zenx commented on a Snippet, 2 USER Remote Paint - UPDATED v1.6 - Ses PB  -  Mar 07, 2011
Multiplayer paint?
 Respond  
zenx posted a Snippet  -  Feb 26, 2011
zenx commented on a Snippet, IMDb Search + Info,Poster cache  -  Feb 25, 2011
You send a request to this script, for example script.php?f=Inception
 Respond  
zenx commented on a Snippet, IMDb Search + Info,Poster cache  -  Feb 25, 2011
It's till in test level but i thought i'd share it with you guys since it's working
 Respond  
zenx posted a Snippet  -  Feb 24, 2011
zenx commented on a mIRC Script, Mplayer - Video - Mp3 Player  -  Nov 03, 2010
\o\ thx m8.
 Respond  
zenx posted a Snippet  -  Nov 03, 2010
zenx commented on a Snippet, SQL Search  -  Oct 31, 2010
True.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.