Advertisement
ghiwar

lppdf

Jun 28th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <img src="/wp-content/uploads/2019/01/pdfdocument.jpg" width="35%">
  2. </br>
  3. <?php
  4. $tit = get_search_query();
  5. $start = strtotime("01 April 2017");
  6. $end = strtotime("27 April 2018");
  7. $timestamp = mt_rand($start, $end);
  8. $ukuran = mt_rand(999,9999);
  9. ?>
  10. <div style="width:100%;overflow:hidden;">
  11. <b>File Name:</b> <script> document.write(hash); </script></br>
  12. <b>Size: <?php echo $ukuran;?> KB </b> </br>
  13. <b>Uploaded: <?php echo date("m-d-Y", $timestamp);?> </b>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement