Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $page= file_get_contents("https://www.habbo-happy.net/");
- $avatar1 = explode ('<div class="chbxtitlebig">', $page);
- $avatar2 = explode ('</div>', $avatar1[2]);
- echo html_entity_decode($avatar2[0], ENT_NOQUOTES, 'UTF-8');
- $avatar2 = explode ('https://www.habbo-happy.net/noticias/', $page);
- $avatar3 = explode ('"', $avatar2[7]);
- echo" ";
- echo "https://www.habbo-happy.net/noticias/" .$avatar3[0];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement