Just another one
January 21st, 2010 - 08:51:02
Just another URL shortener, but more simple and came up with more familiar name ![]()
There are three simple ways to create TKP url :
- goto http://ketkp.in and paste your url there
- using TKP creator
- using Firefox add on
Playlist Generator
January 19th, 2010 - 23:30:42
My hard drive was formatted…
Damn.. all my mp3s were gone
So how do I listen to music, hmm.. I’d usually using AOL radio, but I can only listen to what aol playing based on available categories, so when I found my neighbor server, It shares mp3 files via web server. But I only have two hands.. not enough to copy all the mp3 links and paste them to my player.
So created this, to generate playlist from web server contains mp3 files.
look like these


with this php code, you can generate playlist from all mp3s on this server
<?
$url="http://10.14.12.11/music/Barat/";
$depth=3;
$track_ar=Array();
function get_track($u,$d){
global $depth;
global $track_ar;
if($d>=1){
$s1=@file_get_contents($u);
$p=str_replace("\"","'",$s1);
$p1=explode("href='",$p);
foreach($p1 as $item){
$p2=explode("'",$item);
$head=substr($p2[0],0,1);
$tail=substr($p2[0],-1);
$tail2=substr($p2[0],-3);
if(strtolower($tail2)=="mp3"){
$track_ar[]=$p2[0];
echo $u.$p2[0]."\n";
}else if(($tail=="/")&&($head!="/")){
get_track($u.$p2[0],$d-1);
}
}
}
}
get_track($url,$depth);
?>

Then you can just save it as a .m3u file and open it with your favourite mp3 player like ITunes or winamp
will get used to it
January 13th, 2010 - 04:44:18
using two fingers for right click, and more ![]()
cleared out
December 29th, 2009 - 17:53:52
something gray, needed to be cleared out..
it doesn’t matter if it turns into black or white..
cloverfield
December 28th, 2009 - 18:58:09
this movie is just great.. I’m watching it…, again
Wtf
December 25th, 2009 - 23:23:05

I don’t want everyone to be skillful reading my mind :))
This thing sometimes makes you share everything in your mind, feeling, anger, hopes, wishes to public, makes you don’t have any secrets, which are should be known by only some people close to you.
This is what makes you’re not special to them. ‘Cos they know and only know what everybody else knows about you.
Black out
December 25th, 2009 - 15:00:56

well.. it’s starting to black out…
and soon, I’m not gonna be able to see a thing… and that’s when I have to wake up..
Kill bee
December 25th, 2009 - 14:52:49
this is just an old simple game I made, 5 years ago ![]()
It’s called Kill bee, these bees are so annoying (With World Worm Party voices) that make you crazy to kill them. And the level is just unlimited

just play here , move with your keyboard (arrow keys) and press D to shoot at them. Good luck.
Sense of losing
November 20th, 2009 - 15:28:47
sometimes sense of losing need to be created to avoid the real losing of something…
Death Race
November 17th, 2009 - 04:48:11
this is just a game I made for Game Programming Course assignment.
How to play? just don’t die…
