Advertisement
Block_monkY

eldex.php

Feb 21st, 2024 (edited)
97
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.52 KB | Software | 0 0
  1. <?php include("preserver.php");?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta property="og:image" content="">
  6. <link rel="icon"
  7.       type="image/png"
  8.       href="">
  9. </head>
  10. <body bgcolor="#000000">
  11. <center>
  12. <div>
  13. <a href="../?/<?php print $t; ?>/<?php echo $r;?>"><=prev</a>
  14. <a href="../?/<?php print $t . '/' . rand(1,$inid); ?>"><b style="color:antiquewhite;"><?php print $t . '/' . $v;?></ a></ b>
  15. <a href="../?/<?php print $t; ?>/<?php echo $f;?>">next=></a>
  16. <script async src="https://telegram.org/js/telegram-widget.js?15" data-telegram-post="<?php print $t; ?>/<?php print $v; ?>" data-width="100%" data-userpic="true" data-color="CA9C0E" data-dark="<? echo $tnum;?>" data-dark-color="F0B138">
  17. </script>
  18. <span style="wrap:auto;width:50%">
  19. <?php
  20. //echo json_encode($_SESSION);
  21. ?>
  22. </span>
  23. </div>
  24. <b style="position:fixed;bottom:1%;left:1%;">
  25. <a style="color:antiquewhite;opacity:.25;font-size:.76em;" href="https://pastebin.com/u/Block_monkY?guest=1">
  26. this code on pastebin
  27. </a>
  28. </ b>
  29.  
  30. <b style="position:fixed;top:1%;right:1%;">
  31. <a style="color:antiquewhite;opacity:.25;font-size:.76em;" href="../?<? echo rand(1234567,9876543);?>">
  32. reset
  33. </a>
  34. </ b>
  35.  
  36.  
  37. <form action="../" style="opacity:.3456;z-index:290;position:fixed;top:1%;left:1%;" method=post id=funForm>
  38. <input value="submit your own" style="background:#345678;color:antiquewhite;" type="text" id="name" name="name" onfocus="this.value=''">
  39. <input style="background:#234567;color:antiquewhite;" type="submit" value="Submit">
  40. </form>
  41.  
  42.  
  43.  
  44.  
  45. </body>
  46. </html>
  47.  
  48.  
  49.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement