- 1<h2>Username: <?= $p_member_display?> API: <?= $u_api?> ID: <?= $paste_id?></h2>
- 2 <?php
- 3 $long_url = urlencode('https://aaa.aa/' . $paste_id);
- 4 $api_url = "https://aaa.aa/api?api={$u_api}&url={$long_url}&format=text";
- 5
- 6 $result = @file_get_contents($api_url);
- 7
- 8 if( $result ){
- 9 echo '<iframe src='.$result.' width="auto" height="auto"></iframe>';
- 10 }
- 11 ?>
Raw Paste