',$pagina); if(preg_match_all('!http://web\.estrenosdivx\.com/descargas-directas-([^-]+)-([^-]+)-(.*)\.html!U',$mitad[1],$elementos,PREG_SET_ORDER)) { foreach($elementos as $pelicula) { $peliculas[] = array( 'id' => $pelicula[2], 'type' => $pelicula[1], 'titulo'=> $pelicula[3], 'link' => $pelicula[0], 'imagen'=> 'http://web.estrenosdivx.com/img/links/'.$pelicula[2].'.jpg' ); } } return $peliculas; } $type = !isset($_GET['type']) ? 'bitorrent' : 'elink'; $peliculas = estrenosdivx($type); header('Content-Type: text/xml'); echo ''; ?> Estrenos DivX http://web.estrenosdivx.com/index.php Cine P2P/Bitorrent/elink <?php echo $titulo; ?> (<?php echo $type; ?>) <p> <a href="" title="Ver ficha"><img src="" /></a> </p>