Advertisement
Protocol_

Crumbs

Apr 9th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. //Crumbs
  3. //By Protocol
  4. $items_json = file_get_contents("http://media1.clubpenguin.com/play/en/web_service/game_configs/paper_items.json");
  5.  
  6. $write = fopen('crumbs.txt', 'w');
  7.  
  8. fwrite($write, $items_json);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement