Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if ( !isSet($_GET['debug']) || $_GET['debug'] == "0" )
- header( "Content-Type: image/png" );
- $address = "http://momo.blackpulse.us/Banners/?";
- foreach ($_GET as $key => $value)
- $address .= $key . "=" . $value . "&";
- $address = substr( $address, 0, strlen( $address ) - 1 );
- echo file_get_contents( $address );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment