document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. session_start();
  3. $_SESSION[\'keyword\'] =  $_GET["keyword"];
  4. ?>
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <title>Partner With Paul</title>
  10. </head>
  11. <body>
  12. <center><a href="http://youraffiliatelink.com?youroffer_id=9999&aff_id=9999&subid=<?php echo "". $_SESSION[\'keyword\']; ?>"><img src="Your775x400LeadImpactImage-1.gif"></a></center>
  13. </body>
  14. </html>
');