Guest User

Untitled

a guest
Sep 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $html = file_get_contents($valores);
  2. $buscarCodigo = explode('<source id="urlVideo" src="', $html);
  3. $buscarCodigo = explode('" type="video/mp4"', $buscarCodigo[1]);
  4. echo ' Url encriptada '.$buscarCodigo[0];
  5. // resultado nessa demonstração https://www.nomedosite.com/inc/video.inc.php?&file=NSw2MGYyNDAyZjFiYTI0Njhl&token=OsxXuBMTUzNzc2ODY4Nw==
Add Comment
Please, Sign In to add comment