Homepage \ Movies \
Crank High Voltage (2009) Poster
Watch the Trailer
Hitman Chev Chelios is kidnapped by a mysterious Chinese mobster. Three months later, he wakes up to discover his nearly indestructible heart has been surgically removed and replaced with a battery-operated ticker that requires regular jolts of electricity in order to work. After a dangerous escape from his captors, Chev is on the run again, this time from the charismatic Mexican gang boss El Huron and the Chinese Triads, headed by the dangerous 100 year-old elder Poon Dong. Once again turning to Doc Miles for medical advice, receiving help from his friend Kayloâ??s twin brother Venus, and re-connecting with his girlfriend Eve, who is no longer in the dark about what he does for a living, Chev is determined to get his real heart back and wreak vengeance on whoever stole it, embarking on an electrifying chase through Los Angeles where anything goes to stay alive.
(.*)<\/title>/isU',$imdb_content); $director = strip_tags(get_match('/]*>Director:<\/h5>(.*)<\/div>/isU',$imdb_content)); $plot = get_match('/]*>Plot:<\/h5>(.*)<\/div>/isU',$imdb_content); $release_date = get_match('/]*>Release Date:<\/h5>(.*)<\/div>/isU',$imdb_content); $mpaa = get_match('/MPAA<\/a>:<\/h5>(.*)<\/div>/isU',$imdb_content); $run_time = get_match('/Runtime:<\/h5>(.*)<\/div>/isU',$imdb_content); //build content $content.= '

Film

'.$name.'

'; $content.= '

Director

'.$director.'

'; $content.= '

Plot

'.substr($plot,0,strpos($plot,''; $content.= '

Release Date

'.substr($release_date,0,strpos($release_date,''; $content.= '

MPAA

'.$mpaa.'

'; $content.= '

Run Time

'.$run_time.'

'; //$content.= '

Full Details

'.$url.'

'; echo $content; //gets the match content function get_match($regex,$content) { preg_match($regex,$content,$matches); return $matches[1]; } //gets the data from a URL function get_data($url) { $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); return $data; } ?>