Advertisement
time4droid

Untitled

Jun 8th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <style type="text/css" media="screen">
  2. .a {change the font size for the entire profile}
  3. * {font-size:20px !important;font-weight:bold;}
  4. }
  5. </style>
  6.  
  7.  
  8. <br>
  9. <br>
  10. <br>
  11. <br>
  12. <br>
  13. <center><button type="button" onclick="goBack()">INDIETRO</button>
  14. <center><button type="button" onclick="cerca()">CERCA</button>
  15. <script>
  16. function goBack() {
  17. window.history.back(-window.history.length)
  18. }
  19. </script>
  20. <center>
  21. <p id="cerca"></p>
  22. <center>
  23. <script>
  24. function cerca() {
  25. var person = prompt("Ricerca Film e Serie Tv", "");
  26. if (person != null) {
  27. document.getElementById("cerca").innerHTML =
  28. window.location = "http://www.vget.tv/channels/cinema/try.php?url=http://www.piratestreaming.co/cerca.php?all=" + person ;
  29. }
  30. }
  31. </script>
  32.  
  33. </body>
  34. </html>
  35.  
  36.  
  37. <form method="get" action="archivio-film.php">
  38. <label for="url"></label>
  39.  
  40. <fieldset>
  41. <legend >Film:</legend>
  42.  
  43. <div id="inpt">
  44.  
  45. </div>
  46.  
  47.  
  48.  
  49.  
  50. </form>
  51.  
  52. <?php
  53.  
  54.  
  55. include_once 'simple_html_dom.php';
  56.  
  57.  
  58. $url = $_GET['url'];
  59.  
  60.  
  61. $html = file_get_html($url);
  62.  
  63.  
  64. $ret = $html->find('div[class=featuredText]');
  65.  
  66.  
  67. foreach($ret as $story)
  68.  
  69.  
  70.  
  71. echo $story;
  72. $story = str_replace('http://', 'http://www.vget.tv/channels/cinema/archivio-film-get.php?url=http://', $story);
  73.  
  74. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement