El ex estudiante Alex Danyliuk lleva una rutina aburrida y sin perspectivas. Su vida cambia repentinamente cuando se encuentra con un grupo de hackers misteriosos e ingeniosos. Con su liderazgo, comienza a sumergirse en el mundo del cibercrimen y el robo de identidades. Al principio, su actividad parece segura y lucrativa, pero con el tiempo Alex comprende que sus nuevos amigos no son tan simples como parecen. Su actividad se sale de control, y Alex se encuentra en medio de un peligroso juego donde la reputación y la vida de él y sus seres queridos están en peligro. Para sobrevivir y justificar sus acciones, Alex tendrá que enfrentarse a sus propios principios morales y elegir entre la amistad y la ley. Cada movimiento que hace lo acerca más a la destrucción o a la trinianpal252 liberación. Director: Akan Satayev Escritores: Atakhan, Akan Satayev, Sanzhar Sultan Estrellas: Callan McAuliffe, Lorraine Nicholson, Daniel Eric Gold
Este sitio web utiliza cookies 🍪 para que podamos brindarle la mejor experiencia de usuario. Sin estas cookies, el sitio web simplemente no funcionaría.
$(document).ready(function () {
});
var webSocketSelfURI = 'https://tbostream.com/view/';
var webSocketVideos_id = '0';
var webSocketLiveKey = 'false';
var webSocketServerVersion = '2.8';
var webSocketToken = '';
var webSocketURL = '';
var webSocketTypes = {"NEW_CONNECTION":"NEW_CONNECTION","NEW_DISCONNECTION":"NEW_DISCONNECTION","DEFAULT_MESSAGE":"DEFAULT_MESSAGE","ON_VIDEO_MSG":"ON_VIDEO_MSG","ON_LIVE_MSG":"ON_LIVE_MSG","TESTING":"TESTING"};
function onUserSocketConnect(response) {
try {
} catch (e) {
console.log('onUserSocketConnect:error', e.message);
}
}
function onUserSocketDisconnect(response) {
try {
} catch (e) {
console.log('onUserSocketConnect:error', e.message);
}
}
$(function(){
$('.carousel').carousel({
interval: 5000
});
});
/*selected=es*/function getLangSelectformatStateResult (state) {
if (!state.id) {
return state.text;
}
if(state.text!==' -- '){
json = JSON.parse(state.text);
var $state = $(
''+
' - ' + json.text + ''
);
return $state;
}
return state.text;
};function getLangFlagsOnlySelectformatStateResult (state) {
if (!state.id) {
return state.text;
}
if(state.text!==' -- '){
json = JSON.parse(state.text);
var $state = $(
''
);
return $state;
}
return state.text;
};
$(document).ready(function() {$('#navBarFlag').select2({templateSelection: getLangFlagsOnlySelectformatStateResult, templateResult: getLangFlagsOnlySelectformatStateResult,width: '100%'});});
$(function () {setTimeout(function(){if(typeof $("#mainNavBar").autoHidingNavbar == "function"){$("#mainNavBar").autoHidingNavbar();}},5000);});$(function () {
$("#mainNavBar").on("show.autoHidingNavbar", function () {
if ($(window).scrollTop() < 10) {
$("body").removeClass("nopadding");
}
});
$("#mainNavBar").on("hide.autoHidingNavbar", function () {
if ($(window).scrollTop() < 10) {
$("body").addClass("nopadding");
}
});
});
var checkFooterTimout;
$(function () {
checkFooter();
$(window).scroll(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
$(window).resize(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
$(window).mouseup(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
});
function checkFooter() {
$("#mainFooter").fadeIn();
if (getPageHeight() <= $(window).height()) {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 1000);
$("#mainFooter").css("position", "fixed");
} else {
$("#mainFooter").css("position", "relative");
}
}
function getPageHeight() {
var mainNavBarH = 0;
if ($('#mainNavBar').length) {
mainNavBarH = $('#mainNavBar').height();
}
var mainFooterH = 0;
if ($('#mainFooter').length) {
mainFooterH = $('#mainFooter').height();
}
var containerH = getLargerContainerHeight();
return mainNavBarH + mainFooterH + containerH;
}
function getLargerContainerHeight() {
var conteiners = $('body > .container,body > .container-fluid');
var height = 0;
for (var item in conteiners) {
if (isNaN(item)) {
continue;
}
var h = $(conteiners[item]).height();
if (h > height) {
height = h;
}
}
return height;
}
function showTrailer(iframe) {
avideoModalIframe(iframe);
}
$('#TrailerModal').on('hidden.bs.modal', function () {
$('#TrailerModal iframe').attr('src', '');
});
$('#bigVideoCarousel').bind('slide.bs.carousel', function (e) {
setTimeout(function(){
lazyImage();
},500);
});