Advertisement
irokemr

Noticias habbo-happy

Jul 18th, 2020
1,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. <?php
  2.  
  3. error_reporting(0);
  4.  
  5.  
  6.  
  7.  
  8.  
  9. $page= file_get_contents("https://www.habbo-happy.net/");
  10.  
  11. $avatar1 = explode ('<div class="chbxtitlebig">', $page);
  12. $avatar2 = explode ('</div>', $avatar1[2]);
  13.  
  14.  
  15.  
  16.  
  17. echo html_entity_decode($avatar2[0], ENT_NOQUOTES, 'UTF-8');
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. $avatar2 = explode ('https://www.habbo-happy.net/noticias/', $page);
  25. $avatar3 = explode ('"', $avatar2[7]);
  26.  
  27.  
  28.  echo" ";
  29.  
  30. echo "https://www.habbo-happy.net/noticias/" .$avatar3[0];
  31.  
  32.  
  33. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement