Guest User

Untitled

a guest
Aug 25th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. $html = curl_get('https://faporn.net/'.$_GET['video']);
  2.  
  3.     preg_match('|<a href="https://faporn.net/get_file/(.+?)"|iu',$html,$video);
  4.  
  5.    
  6.         echo '<div class=q><video controls width="100%" height="25%" poster="/examples/media/martynko.png" preload="none">
  7.  <source src="https://faporn.net/get_file/'.$video[1].'" type="video/mp4"></video></div>';
  8.         echo '<div class=q>https://faporn.net/get_file/'.$video[1].'.mp4</div>';
Advertisement
Add Comment
Please, Sign In to add comment