page.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * Copyright 2021, 2026 5 Mode
  4. *
  5. * This file is part of GrandePuffo.
  6. *
  7. * GrandePuffo is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * GrandePuffo is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with GrandePuffo. If not, see <https://www.gnu.org/licenses/>.
  19. *
  20. * page.php
  21. *
  22. * The Page.
  23. *
  24. * @author Daniele Bonini <my25mb@has.im>
  25. * @copyrights (c) 2016, 2026 5 Mode
  26. */
  27. $myPrefix= mt_rand(1000000, 1199999);
  28. $myImageSha = "ba78c55eae177c8e6749fa6aded78757ccfb10c85121cb4fbbb76b9ce3ef4db2";
  29. ?>
  30. <html>
  31. <head>
  32. <link src="style1.css" type="text/css">
  33. </head>
  34. <body>
  35. <img src='/<?PHP echo($myPrefix.$myImageSha);?>'>
  36. <img src='/<?PHP echo($myPrefix.$myImageSha);?>'>
  37. <img src='/<?PHP echo($myPrefix.$myImageSha);?>'>
  38. <img src='/<?PHP echo($myPrefix.$myImageSha);?>'>
  39. <img src='/<?PHP echo($myPrefix.$myImageSha);?>'>
  40. </body>
  41. </html>