zenx

zenx

Joined
Oct 25, 2010

Activity Stream

zenx created a Page  -  Feb 07, 2013
148 

Goes through a folder with scene releases in it and then checks which ones are okay to unrar and then unrars these releases, adds the release to log so it doesnt unrar it again and renames the unrared file to proper release name, useful for those of you who create "home videos" in scene release style (=D)

 Respond   Perl  
zenx commented on a Page, pagiLinks() Pagination Function  -  Jan 13, 2013

Thanks, using this in one project

 Respond  
zenx created a PHP Script  -  Jan 09, 2013
zenx created a Page  -  Jul 13, 2012
350 

Grabs & formats a new version of tvrage's myrss.php file daily, from here it'd be easy to insert items to mysql ... Mobbed @ 08:00 pm ( 2012-07-14 ) [ S01E07 ] You're Fired http://www.tvrage.com/Mobbed My Cat From Hell @ 08:00 pm ( 2012-07-14 ) [ S03E03 ] Kitty Dearest http://www.tvrage.com/My_Cat_From_Hell NYC 22 @ 08:00 pm ( 2012-07-14 ) [ S01E07 ] Block Party http://www.tvrage.com/The_2-2 ...

  1 Thread   PHP  
zenx created a Page  -  Jul 13, 2012
105 

Downloads subtitles for scene releases from addic7ed.com, requires curl & lwp::simple ./subs.pl Anger.Management.S01E04.PROPER.720p.HDTV.x264-2HD

 Respond   Perl  
zenx commented on a Page, 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] => Dog - Wikipedia, the free encyclopedia
[titleNoFormatting] => Dog - Wikipedia, the free encyclopedia
[content] => The domestic dog (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 created a Page  -  Jun 23, 2012

Useful for example in PHP bots

  4 Threads   PHP  
zenx commented on a Page, BluRay release dates  -  Jul 28, 2011

yeah but i didnt find one

 Respond  
zenx created a Page  -  Jul 27, 2011
2 286 

script.php?movie=Knowing

  3 Threads   PHP  
zenx created a Page  -  Jul 27, 2011
191 

Usage: ./whatpulse.pl nick nick2 nick3

zenx commented on a Page, 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 created a Page  -  Jul 23, 2011
1 212 

Takes screenshot, uploads it to imgur and returns a link to that image.

zenx created a Page  -  Jul 23, 2011
186 

You can change it from finnish to any language, just check which languages subtitlesource.org supports.

 Respond   Shell  
zenx commented on a Page, 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\">(.*)\/10<\/span><\/span>"

 Respond  
zenx created a Page  -  Jun 05, 2011

IMDB search

zenx created a Page  -  Jun 05, 2011
1 904 

Records & encodes songs from spotify to your HDD as you play them.

zenx commented on a Page, 2 USER Remote Paint - UPDATED v1.6 - Ses PB  -  Mar 07, 2011

Multiplayer paint?

 Respond  
zenx created a Page  -  Feb 26, 2011
189 

What this does is it grabs all items from local table and then inserts them on a remote table, this is supposed to be run at terminal.

  1 Thread   PHP  
zenx commented on a Page, 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 Page, 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 created a Page  -  Feb 24, 2011

Didnt really see any open source + easy to use projects for this so i choose to make one, it's not the best but does the job, it needs folder called "imdbi" for storing the IMDb posters. ( http://i.imgur.com/gAUbH.png )

  4 Threads   PHP  
zenx commented on a mIRC Script, Mplayer - Video - Mp3 Player  -  Nov 03, 2010

\o\ thx m8.

 Respond  
zenx created a Page  -  Nov 03, 2010
2 704 

Quickly made TVRage script.

zenx commented on a Page, SQL Search  -  Oct 31, 2010

True.

 Respond  
zenx created a Page  -  Oct 29, 2010
453 

Just an quick example how to search and add information to MySQL.

  2 Threads   PHP  
zenx created a Page  -  Oct 25, 2010
2 379 

SFV checker for mirc, it uses $crc.

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.