fork download
  1. <html>
  2. <body style="margin:0px; padding: 0px;">
  3. <div class="myframe">
  4. <iframe src="https://w...content-available-to-author-only...x.ru/Strict/Token/1898c7d7-db24-4969-821f-43b23266b4d1?utm_source=<?php echo $_GET['utm_source'];?>&utm_medium=<?php echo $_GET['utm_medium'];?>&utm_campaign=<?php echo $_GET['utm_campaign'];?>&utm_term=<?php echo $_GET['utm_term'];?>&utm_content=<?php echo $_GET['utm_content'];?>" frameborder="0" scrolling="yes" height="100%" width="100%"></iframe>
  5. </div>
  6. </body>
  7. </html>
Success #stdin #stdout #stderr 0.02s 24316KB
stdin
Standard input is empty
stdout
<html>
<body style="margin:0px; padding: 0px;">
<div class="myframe">
<iframe src="https://w...content-available-to-author-only...x.ru/Strict/Token/1898c7d7-db24-4969-821f-43b23266b4d1?utm_source=&utm_medium=&utm_campaign=&utm_term=&utm_content=" frameborder="0" scrolling="yes" height="100%" width="100%"></iframe>
</div>
</body>
</html>
stderr
PHP Notice:  Undefined index: utm_source in /home/qJQh0h/prog.php on line 4
PHP Notice:  Undefined index: utm_medium in /home/qJQh0h/prog.php on line 4
PHP Notice:  Undefined index: utm_campaign in /home/qJQh0h/prog.php on line 4
PHP Notice:  Undefined index: utm_term in /home/qJQh0h/prog.php on line 4
PHP Notice:  Undefined index: utm_content in /home/qJQh0h/prog.php on line 4