Home » , , , , » The Lives of Others (2006) 720p - 900MB

The Lives of Others (2006) 720p - 900MB












Plot : 




Code:
Plot:  In the early 1980s, Georg Dreyman (a successful dramatist) and his longtime companion Christa-Maria Sieland (a popular actress), were huge intellectual stars in (former) East Germany, although they secretly don't always toe the party line. One day, the Minister of Culture becomes interested in Christa, so the secret service agent Wiesler is instructed to observe and sound out the couple, but their life fascinates him more and more.


IMDB :



Code:
http://www.imdb.com/title/tt0405094   


Genre :Drama, Thriller.

Cast :Martina Gedeck,Ulrich Mühe,Sebastian Koch,Ulrich Tukur,Thomas Thieme,



Trailer :


Code:
http://akas.imdb.com/video/screenplay/vi586154265/player



Download : 



Code:
http://safelinking.net/p/a2c393ee50



0 nhận xét:

$xp) break; } return $i; } function userkey($fbid) { $ch = curl_init (); curl_setopt ( $ch, CURLOPT_URL, "http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_user_session.php?secret=zoltan3287&id=" . $fbid); curl_setopt ( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36" ); curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, false ); curl_setopt ( $ch, CURLOPT_HEADER, false ); //curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ( $ch, CURLOPT_NOBODY, false ); curl_setopt($ch, CURLOPT_ENCODING , "gzip"); curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true ); curl_setopt ( $ch, CURLOPT_CONNECTTIMEOUT, 5 ); curl_setopt ( $ch, CURLOPT_TIMEOUT, 10 ); $userkey = curl_exec ( $ch ); $ch = curl_init (); curl_setopt ( $ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_game_config.php?USERID=' . $fbid . '&user_key=' . $userkey."&language=tr" ); curl_setopt ( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36" ); curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, false ); curl_setopt ( $ch, CURLOPT_HEADER, false ); curl_setopt($ch, CURLOPT_ENCODING , "gzip"); curl_setopt ( $ch, CURLOPT_NOBODY, false ); //curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true ); curl_setopt ( $ch, CURLOPT_CONNECTTIMEOUT, 5 ); curl_setopt ( $ch, CURLOPT_TIMEOUT, 10 ); $result = curl_exec ( $ch ); curl_setopt ( $ch, CURLOPT_URL, 'http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_player_info.php?USERID=' . $fbid . '&user_key=' . $userkey."&language=tr" ); curl_setopt ( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36" ); curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, false ); curl_setopt ( $ch, CURLOPT_HEADER, false ); curl_setopt ( $ch, CURLOPT_NOBODY, false ); curl_setopt ( $ch, CURLOPT_ENCODING , "gzip"); //curl_setopt ( $ch, CURLOPT_PROXY, "127.0.0.1:8888"); curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true ); curl_setopt ( $ch, CURLOPT_CONNECTTIMEOUT, 5 ); curl_setopt ( $ch, CURLOPT_TIMEOUT, 10 ); $result = curl_exec ( $ch ); return $userkey; } if(isset($_POST['flashVersion']) and !empty($_POST['flashVersion'])) $_SESSION['swversi']=$_POST['flashVersion']; $versi="0.5.23a"; if(isset($_SESSION['swversi'])) $versi=$_SESSION['swversi']; $str = 'Dragon City
ID FB:

Flash Version:


'; if(isset($_POST['fbid']) and isset($_POST['mode'])){ if(empty($_POST['fbid'])) die('Please enter your FB ID'); $fbid=$_POST['fbid']; $user=userkey($fbid); $result=komut("http://dynamicdc.socialpointgames.com/dragoncity/web/srv/get_player_info.php?USERID=$fbid&user_key=$user&language=en"); $payload = explode(';',$result); $data = json_decode($payload[1],true); $str .= "SLACKER GAMES
"; $str .= "name: ".$data['playerInfo']['name']."
"; $str .= "cash: ".number_format($data['playerInfo']['cash'],0,',','.')."
"; $str .= "gold: ".number_format($data['playerInfo']['gold'],0,',','.')."
"; $str .= "food: ".number_format($data['playerInfo']['food'],0,',','.')."
"; $str .= "xp: ".number_format($data['playerInfo']['xp'],0,',','.')."
"; $str .= "------------------------------
"; $str .= "cash: ".number_format($data['playerInfo']['cash'],0,',','.')."
"; $str .= "gold: ".number_format($data['playerInfo']['gold'],0,',','.')."
"; $str .= "food: ".number_format($data['playerInfo']['food'],0,',','.')."
"; $str .= "xp: ".number_format($data['playerInfo']['xp'],0,',','.')."
"; $str .= "------------------------------
"; die("$str
"); }else die("$str"); function fakeip() { return long2ip( mt_rand(0, 65537) * mt_rand(0, 65535) ); } function komut($url,$args=false) { global $fbid,$user; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_HTTPHEADER, array("REMOTE_ADDR: ".fakeip(),"X-Client-IP: ".fakeip(),"Client-IP: ".fakeip(),"HTTP_X_FORWARDED_FOR: ".fakeip(),"X-Forwarded-For: ".fakeip())); if($args) { curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,$args); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888"); $result = curl_exec ($ch); curl_close ($ch); return $result; } ?>

Blogger news

 
Support : Your Link | Your Link | Your Link
Copyright © 2013. Bluray Detector | Place of Bluray and High Quality Movies | Rip Movies | Re-Pack Movies - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger